Vcenter Namespaces NamespaceSelfService Info

Vcenter Namespaces NamespaceSelfService Info
Vcenter Namespaces NamespaceSelfService Info

The Vcenter Namespaces NamespaceSelfService Info schema contains detailed information about the namespace self service.

This schema was added in vSphere API 7.0.2.00100.

JSON Example
{
    "cluster": "string",
    "capability": "string",
    "status": "string",
    "messages": [
        {
            "severity": "string",
            "details": {
                "id": "string",
                "default_message": "string",
                "args": [
                    "string"
                ],
                "params": {
                    "params": {
                        "s": "string",
                        "dt": "string",
                        "i": 0,
                        "d": "number",
                        "l": "Vapi Std NestedLocalizableMessage Object",
                        "format": "string",
                        "precision": 0
                    }
                },
                "localized": "string"
            }
        }
    ]
}
string
cluster
Required

Identifier for the cluster to which namespace service is associated.

This property was added in vSphere API 7.0.2.00100.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: ClusterComputeResource. When operations return a value of this schema as a response, the property will be an identifier for the resource type: ClusterComputeResource.

string
capability
Required

The self-service namespace capability of the cluster with vSphere Namespaces enabled.

For more information see: Vcenter Namespaces NamespaceSelfService Capability.

This property was added in vSphere API 7.0.2.00100.

string
status
Required

The current status of the namespace-self-service.

For more information see: Vcenter Namespaces NamespaceSelfService Status.

This property was added in vSphere API 7.0.2.00100.

messages
Required

Current set of messages associated with the object.

This property was added in vSphere API 7.0.2.00100.